home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / card_25731.txt < prev    next >
Text File  |  1990-04-13  |  1KB  |  29 lines

  1. -- card: 25731 from stack: in.01
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3166
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  * function to fill a subset so that the entire database is in the
  11.  *  valid region:
  12.  *
  13.  *  ("FILLSUBSET", subsetHandle)
  14.  *  --  returns quietly with nothing if it successfully sets all bits
  15.  *      in the subset flag array to one; beeps and gives an error msg
  16.  *      if failure...
  17.  *
  18.  * function to produce the index window display and associated info
  19.  *
  20.  *  ("INDEX", wordNum, indexLines, maxIndexSampleCount, indexCountWidth,
  21.  *    indexKeyWidth, keyFileRefNum, ptrFileRefNum, subsetHandle)
  22.  *  --  returns with indexLines of index window display, followed by
  23.  *      indexLines of instanceNums.  The index lines are:
  24.  *      indexCountWidth columns of occurrence count info (right-justified),
  25.  *      a blank column, and indexKeyWidth columns of keyWord (in all
  26.  *      caps, left-justified).  Demand that indexCountWidth be at least
  27.  *      5, to allow for subindex count display, and that indexKeyWidth
  28.  *      be in the range 1 through KEY_LENGTH = 28 ...
  29.  *